parsing string to int c#

41

convert string to number C# -

int x = 0;

Int32.TryParse(TextBoxD1.Text, out x);

Comments

Submit
0 Comments